Int16NINumericInt16NDivide Method
            Divides the current value by the specified value.
            
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int16N INumeric<Int16N>.Divide(
	Int16N value
)
Private Function Divide ( 
	value As Int16N
) As Int16N Implements INumeric(Of Int16N).Divide
private:
virtual Int16N Divide(
	Int16N value
) sealed = INumeric<Int16N>::Divide
private abstract Divide : 
        value : Int16N -> Int16N 
private override Divide : 
        value : Int16N -> Int16N 
- value  Int16N
- The value as the divisor.
Int16NThe result of dividing the current value by 
value.
INumericTSelfDivide(TSelf)